PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeShowText4Operator Method
The COS string
X
Y
The text object displayed by this operator
In This Topic
    analyzeShowText4Operator Method
    In This Topic
    Called when " operator is found.
    The textVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator.
    Syntax
    public void analyzeShowText4Operator( 
       PDFCosString cosText,
       double x,
       double y,
       PDFTextVisualObject textVisualObject
    )

    Parameters

    cosText
    The COS string
    x
    X
    y
    Y
    textVisualObject
    The text object displayed by this operator
    See Also